From dc8439ee79acfbe5a86f6e5bd97548cf1839cfa8 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 20 Jan 2014 13:42:57 -0500 Subject: [PATCH] docs: add missing docs for GDK_WINDOWING_WAYLAND --- gdk/gdk.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gdk/gdk.c b/gdk/gdk.c index 6362d9b910..86adb85d7f 100644 --- a/gdk/gdk.c +++ b/gdk/gdk.c @@ -88,6 +88,15 @@ * Use this macro to guard code that is specific to the Quartz backend. */ +/** + * GDK_WINDOWING_WAYLAND: + * + * The #GDK_WINDOWING_WAYLAND macro is defined if the Wayland backend + * is supported. + * + * Use this macro to guard code that is specific to the Wayland backend. + */ + /** * GDK_DISABLE_DEPRECATION_WARNINGS: * -- 2.30.2